CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 进程

搜索资源列表

  1. Linux进程源代码分析.rar

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:64659
    • 提供者:
  1. strace-4.3.rar

    1下载:
  2. linux进程跟踪的工具和源代码
  3. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:391701
    • 提供者:
  1. 进程的创建

    0下载:
  2. 介绍了再linux系统下如何创建进程,以及创建进程中应注意的有关问题-introduced again linux systems process of how to create and build process should pay attention to issues related to
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:128111
    • 提供者:杨政
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  1. Linux编程白皮书2

    0下载:
  2. 《Linux编程白皮书》是由一群Linux高手所写的,它由五个部分组成——是Linux文档工程的一个印刷版本。该书描述了关键的设计概念,以及系统和Linux内核子系统的概念系统结构和具体的系统结构。全书是从Linux操作系统的心脏——内核开始进行深入介绍的。所介绍的知识包括Linux硬件和软件基础、内核机制、进程、模块、结构及源代码、Linux内核模块编程指南,把应用程序移植到Linux下,以及对网络的讨论等等。-"Linux programming White Paper"
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:121648
    • 提供者:谢其财
  1. process-of-linux

    0下载:
  2. linux进程的pdf文档说明,是一个学习教程,可以方便大家学习。-pdf document of linux process.
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:942924
    • 提供者:maoyuan li
  1. 进程控制

    0下载:
  2. 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程运行程序 使用wait()等待新创建的进程结束 调用gettimeofday()来获取时间
  3. 所属分类:系统编程

    • 发布日期:2014-04-10
    • 文件大小:2144
    • 提供者:psunny68
  1. Linux

    0下载:
  2. Linux系统调用与文件I/O Linux进程控制 -Linux system calls and file I/O Linux process control
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:177714
    • 提供者:yll
  1. linux高级编程源码

    0下载:
  2. 包含linux基本使用的各个高级编程的源码,包括网络、进程间通信、文件、信号量、多线程、互斥锁等等
  3. 所属分类:系统编程

  1. code

    0下载:
  2. 基于linux的进程通过信号灯实现读写操作同步(Linux based process through the signal to read and write operations synchronization)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:3072
    • 提供者:print
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:233472
    • 提供者:蚊子酱
  1. Linux多进程并发服务器

    0下载:
  2. 实现多进程并发服务器,客户端能回射回给服务器发送的消息(A multi process concurrent server, and the client can return the message that sent to the server)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Theft
  1. shared_memory

    1下载:
  2. Linux进程间通信之使用共享内存方式,并且已使用信号量的方式实现文件的同步(Linux process communication shared memory)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:Walker1989
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
  1. 多进程tcp服务器

    0下载:
  2. 多进程LINUX tcp 服务器 模块,易语言代码 .(Multi process LINUX TCP server module, easy to language code.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:108544
    • 提供者:打开房间
  1. Linux操作系统基础

    0下载:
  2. linux操作系统基础,包含: 文件系统, 进程管理, 内存管理, 用户管理(Linux operating system basis, including: file system, process management, memory management, user management)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:696320
    • 提供者:shanerr
  1. linux操作系统编程标准实验报告

    0下载:
  2. 本实验报告涉及ls,cp,lscp,线程,进程,生产者消费者,哲学家进餐(This is a Linux C report, which includes the source code of ls, cp, lscp, producter & consumer and philospher.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-19
    • 文件大小:1823744
    • 提供者:cos哥
  1. linux大作业代码

    0下载:
  2. 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:纯甄
  1. linux开机启动配置文档—20170331

    0下载:
  2. linux环境下,使用systemctl命令对系统进行开机启动配置,并可添加守护进程(linux Boot boot configuration)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-23
    • 文件大小:13312
    • 提供者:fssq2011
  1. nagios进程、端口监控

    0下载:
  2. linux中的nagios监控原理和进程、端口监控配置文件及参数含义详解。(The nagios monitoring principles and processes, port monitoring configuration files and parameter implications of Linux.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:asdfqwerwer
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com